ANDROID: GKI: Update rockchip symbols for rndis_host.

3 function symbol(s) added
  'void usbnet_cdc_unbind(struct usbnet*, struct usb_interface*)'
  'int usbnet_cdc_zte_rx_fixup(struct usbnet*, struct sk_buff*)'
  'int usbnet_generic_cdc_bind(struct usbnet*, struct usb_interface*)'

Bug: 300024866
Signed-off-by: Bian Jin chen <[email protected]>
Change-Id: Ibd1798bc17f99767507eec2fb8ca7e1608e16488
diff --git a/android/abi_gki_aarch64.stg b/android/abi_gki_aarch64.stg
index efea1ee..ddb1593 100644
--- a/android/abi_gki_aarch64.stg
+++ b/android/abi_gki_aarch64.stg
@@ -404923,6 +404923,24 @@
   full_name: "usb_wakeup_notification"
 }
 elf_symbol {
+  id: 0x1227900d
+  name: "usbnet_cdc_unbind"
+  is_defined: true
+  symbol_type: FUNCTION
+  crc: 0x2e5cd3da
+  type_id: 0x136e318e
+  full_name: "usbnet_cdc_unbind"
+}
+elf_symbol {
+  id: 0x8189acd0
+  name: "usbnet_cdc_zte_rx_fixup"
+  is_defined: true
+  symbol_type: FUNCTION
+  crc: 0xc11ed7fa
+  type_id: 0x9ee7a4e9
+  full_name: "usbnet_cdc_zte_rx_fixup"
+}
+elf_symbol {
   id: 0xbbf007f4
   name: "usbnet_change_mtu"
   is_defined: true
@@ -404950,6 +404968,15 @@
   full_name: "usbnet_disconnect"
 }
 elf_symbol {
+  id: 0xe395160a
+  name: "usbnet_generic_cdc_bind"
+  is_defined: true
+  symbol_type: FUNCTION
+  crc: 0xb379792d
+  type_id: 0x9e768332
+  full_name: "usbnet_generic_cdc_bind"
+}
+elf_symbol {
   id: 0x8f0c866d
   name: "usbnet_get_drvinfo"
   is_defined: true
@@ -416858,9 +416885,12 @@
   symbol_id: 0xcac8f190
   symbol_id: 0x9ea1c58f
   symbol_id: 0x140d9164
+  symbol_id: 0x1227900d
+  symbol_id: 0x8189acd0
   symbol_id: 0xbbf007f4
   symbol_id: 0xd28057f3
   symbol_id: 0x580c56b8
+  symbol_id: 0xe395160a
   symbol_id: 0x8f0c866d
   symbol_id: 0x52816b1c
   symbol_id: 0x4f4e9353
diff --git a/android/abi_gki_aarch64_rockchip b/android/abi_gki_aarch64_rockchip
index 2fc8bb1..96cf93d 100644
--- a/android/abi_gki_aarch64_rockchip
+++ b/android/abi_gki_aarch64_rockchip
@@ -1248,9 +1248,12 @@
   usb_hcd_resume_root_hub
   usb_hcd_unlink_urb_from_ep
   usb_hid_driver
+  usbnet_cdc_unbind
+  usbnet_cdc_zte_rx_fixup
   usbnet_change_mtu
   usbnet_defer_kevent
   usbnet_disconnect
+  usbnet_generic_cdc_bind
   usbnet_get_drvinfo
   usbnet_get_endpoints
   usbnet_get_link
OSZAR »